[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
U_LTIME() (TIME)
Function
Get the time of day that a user last logged on.
Syntax
U_LTIME() No arguments are required
Return Type & Value
TIME
Returns the time of day of the current users last log on.
Remarks
PCBoard tracks the last time of day of the last log on for each user.
This function will return that time for the user currently online.
Unlike the predefined U_... user variables, this function does not
require the use of GETUSER to return valid information.
Examples
PRINTLN "You last logged on at ",U_LTIME(),"."
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson